home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000043_news@columbia.edu _Sun Apr 1 19:52:09 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id TAA19871
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sun, 1 Apr 2001 19:52:08 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id TAA15440
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 1 Apr 2001 19:40:08 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: C-Kermit 7.1 Alpha.04 Ready for Testing
  11. Date: 1 Apr 2001 23:40:06 GMT
  12. Organization: Columbia University
  13. Message-ID: <9a8e8m$f2e$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. C-Kermit 7.1 Alpha.04 is ready for testing:
  17.  
  18.   http://www.columbia.edu/kermit/ck71.html
  19.  
  20. Big changes:
  21.  . Changed default modem type from NONE to GENERIC.
  22.  . Generic dialing now sends no init string at all.
  23.  . Changed default terminal bytesize from 7 to 8.
  24.  
  25. New features:
  26.  . SET SESSION-LOG TIMESTAMPED-TEXT for timestamped session log.
  27.  
  28. New modem types:
  29.  . Conexant modem family
  30.  . Lucent VENUS chipset
  31.  . PCTel V.90 chipset
  32.  . Zoom V.90
  33.  . Zoom V.92
  34.  
  35. FTP client:
  36.  . FTP OPEN <host> /PASSIVE and /ACTIVE switches added.
  37.  . Now works with servers that that don't include path in NLST response.
  38.  . Fixed SEND /RECURSIVE not to follow symlinks (UNIX).
  39.  . SET FTP VERBOSE-MODE default is now OFF instead of ON.
  40.  
  41. Kermit protocol:
  42.  . Fixed what I hope is the last "Receive window full" error.
  43.  . SET PREFIXING <anything> or SET CONTROL PREFIX <anything> now
  44.    automatically sets CLEARCHANNEL OFF.
  45.  . Fixed incorrect report of number of files transferred at end of transfer.
  46.  . Fixed SEND /RECURSIVE not to follow symlinks (UNIX).
  47.  
  48. UNIX:
  49.  . HTTP and shadow passwords enabled for SCO 5.0.6.
  50.  . Even with SET FILENAMES CONVERTED, spaces were still accepted in incoming
  51.    filenames; now they are converted to underscores. 
  52.  . Added support for compile-time mktemp()/mkstemp() selection.
  53.  
  54. VMS:
  55.  . Session-log format for scripted sessions fixed.
  56.  
  57. Scripting:
  58.  . Fixed \frdir() not to follow symlinks (UNIX).
  59.  . Fixed \fday() not to dump core for dates prior to 17 Mar 1858.
  60.  
  61. General:
  62.  . "Closing blah..." message upon exit could not be surpressed.
  63.  . Added /PAGE and /NOPAGE to DELETE switches.
  64.  . Added GO response for DELETE /ASK (delete all the rest without asking).
  65.  . Added GO response to "more?" prompt (for multi-page screen output).
  66.  . Updated HELP texts.
  67.  
  68. The big changes might be jarring for some people, but they reflect changing
  69. conditions:
  70.  
  71.  . Most connections are now 8-bit clean.  To restore the old behavior,
  72.    put "set term byte 7" in your startup file.
  73.  
  74.  . Most modems use the AT command set and are already configured
  75.    appropriately (i.e. for hardware flow control, error correction, and
  76.    data compression), and therefore don't need extensive configuration
  77.    every time a number is dialed.  Making the default modem type GENERIC
  78.    instead of NONE should have little impact, since users and scripts
  79.    have always set an explicit modem type anyway.  The only difference is
  80.    that now dialing should work in most cases even if you don't specify a
  81.    modem type, and it should be faster.  The new default modem type should
  82.    also work with direct connections.  In any case where it doesn't work,
  83.    just set a specific modem type, as before.
  84.  
  85. Those of you with modems, please try dialing as you did before, and also
  86. without giving an explicit SET MODEM TYPE command, and let me know how it
  87. works.  Also try making direct serial connections with first giving a
  88. SET MODEM TYPE NONE (or DIRECT) command.
  89.  
  90. The sources and about 60 prebuilt binaries are available here:
  91.  
  92.   http://www.columbia.edu/kermit/ck71.html
  93.  
  94. Warning: A bug was found after building the binaries (a three-day process),
  95. regarding IP address resolution when making connections to aliased hostnames.
  96. On some platforms, under certain conditions, this could cause a core dump.
  97. The problem is fixed in the source code, whose test level has been increased
  98. to Alpha.04, and a few new Alpha.04 binaries have been built.  If you
  99. downloaded a prebuilt Alpha.03 binary and it crashes when you try to make a
  100. TCP/IP connection, please download the source code and build a binary
  101. yourself, or else let us know and we'll try to build one for you.  I'll
  102. also replace Alpha.03 binaries with Alpha.04 over the coming days myself
  103. as the opportunities arise.
  104.  
  105. Please report any problems by email to:
  106.  
  107.   kermit-support@columbia.edu
  108.  
  109. And as usual, if you can build it on any platforms that are not listed or
  110. current in the binaries list on the web page, please give it a try and let
  111. me know how it goes.
  112.  
  113. - Frank